home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
reqtoolsdev.lha
/
ReqTools
/
Glue
/
Dice
/
reqtools_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-05-11
|
379b
|
14 lines
/* $VER: clib/reqtools_protos.h 1.0 (23.1.94) */
#ifndef REQTOOLS_PROTOS_H
#define REQTOOLS_PROTOS_H 1
#include <pragmas/config.h>
#include <exec/types.h>
#include <clib/reqtools_protos.h> /* Note this is in the Amiga directory */
#if __SUPPORTS_PRAGMAS__
#ifdef __DICE_INLINE
extern struct ReqToolsBase *ReqToolsBase;
#include <pragmas/reqtools_pragmas.h>
#endif
#endif
#endif